home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / manual11.zip / EXAMPLE.PRG < prev    next >
Text File  |  1993-05-05  |  2KB  |  59 lines

  1. #include "box.ch"
  2. function manual(filename, kill)
  3. public adbf, theline, nhandle, WORD, transline, wword, wwword, oldline, xx, file11, jj, file_1, demo
  4. public Chp, Schp, Head, txt, mainch, oldpage
  5. public file1
  6. public file2
  7. public file3
  8. public file4
  9. public file5
  10. demo := .f.
  11. mainch := .t.
  12. SET CURSOR OFF
  13. clear
  14. /*
  15. |-------------The longest Test line can't go past here----------|
  16. | This will allow for a 1" border on the Left and a 1/2 on Right.
  17. $SUPERMAN$     <---  This Command MUST be in the comments.
  18. $CHAPTER$      <---  Enter the Chapter Number on the very next line
  19. 0
  20. $SUBCHAPTER$   <---  Enter the SubChapter Number on the very next line
  21. 0
  22. $HEADING$      <---  Enter the Chapter/SubChapter Heading - 65 Chrs Max/Line
  23. Why SUPERMANual
  24. $INDEXWORDS$   <---  Enter Index Words. One Word per Line - 20 Chrs Max/Line
  25.  
  26. $TXT$          <---  Enter the manual Text-65 Chrs/Line Unlimited Lines
  27. SUPERMANual v.1.1 (5/3/93) - Is a Source Code util that creates
  28. a complete Users Manual for editing with a word processor or
  29. printing direct.
  30.  
  31. You place a special header file in your source and maintain all
  32. text info for the manual in your source code.  SUPERMANual will
  33. extract and assemble your users manual for you.
  34.  
  35. This Manual was completely created with SUPERMANual.  If you
  36. would like to have an instant Users Manual, this is the program
  37. for you.
  38.  
  39. If you are using the DEMO version, of SUPERMANual, you can print
  40. up to a 6 page manual with Cover Page, Table of Contents, Index,
  41. Header, Footer, Page Numbers and the 6 page manual.
  42.  
  43. You can register this program online on our support BBS by 
  44. calling 609-383-9400 14.4Kb 24 Hours, 9 Nodes.
  45.  
  46. Thank you for using SUPERMANual.  Written By Jim Barcus.
  47.  
  48. You can get support by calling 304-232-1773 noon to 7pm EST.
  49. $END$  -------The longest Test line can't go past here----------|
  50. the rest of the program goes here!
  51. */
  52.  
  53. if empty(filename)
  54.     clear
  55.  
  56.  
  57.  
  58.  
  59.